home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
LIFE_SIM
/
VERSION_
/
CELL_DEF.H
next >
Wrap
Text File
|
1992-03-12
|
822b
|
42 lines
#define NIL_POINTER 0L
#define BASE_RES_ID 128
#define MOVE_TO_FRONT -1L
#define MOVE_TO_BACK 0L
#define REMOVE_ALL_EVENTS 0
#define MIN_SLEEP 0L
#define NIL_MOUSE_REGION 0L
#define SHOW_ALL_WINDOW_ITEM 1
#define QUIT_ITEM 2
#define ABOUT_ITEM 1
#define APPLE_MENU_ID BASE_RES_ID
#define FILE_MENU_ID BASE_RES_ID + 1
#define EDIT_MENU_ID BASE_RES_ID + 2
#define NUMBER_STATS 6
#define ON 1
#define OFF 0
#define PEN_HEIGHT 3
#define PEN_WIDTH 3
#define WNE_TRAP_NUM 0x60
#define UMIMPL_TRAP_NUM 0x9F
#define DRAG_THRESHOLD 30
#define RETURN_KEY 13
#define NORMAL_UPDATES TRUE
#define MIN_WINDOW_HEIGHT 50
#define MIN_WINDOW_WIDTH 50
#define NUMBER_OF_CELLS 10000
#define ABOUT_ALERT BASE_RES_ID
#define OVER_POP_ITEM 4
#define OVER_EXP_ITEM 2